home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Evatac Software / Preditor 3.0 / Tools / MPW & ToolServer / Copy to MPW folder / Userstartup•Preditor
Text File  |  1995-08-23  |  830b  |  28 lines

  1. Set PreditorExists 1
  2. Export PreditorExists
  3.  
  4. unalias File
  5.  
  6. if `Exists "{MPW}"Scripts:Preditor•File` == ""
  7.     echo '### The "File" command may not work properly, because the'
  8.     echo '### "Preditor•File" script is missing from your Scripts folder.'
  9.     echo
  10.     echo '### Also make sure that you have installed the custom "Preditor•Line"'
  11.     echo '### script in your Scripts folder.'
  12.     
  13.     alias File Target
  14. else
  15.     alias File '"{MPW}"Scripts:Preditor•File'
  16.     alias Line '"{MPW}"Scripts:Preditor•Line'
  17. end
  18.  
  19. if `Exists "{MPW}"Tools:RPreditor` == ""
  20.     echo
  21.     echo '### The "RPreditor" tool is missing from your Tools folder.'
  22.     echo '### Until you install it, the File and Line commands will'
  23.     echo '### not work.'
  24.     echo
  25.     echo '### Also make sure that you install the custom Preditor•File and Preditor•Line'
  26.     echo '### scripts in your Scripts folder'
  27. end
  28.